CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - hmm viterbi

搜索资源列表

  1. hmm

    0下载:
  2. 用C语言实现HMM的前向、后向和viterbi搜索算法-use C language to implement the forward, back and viterbi algorithms
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-04
    • 文件大小:17080
    • 提供者:hoper1
  1. HMMforspeechrecogntion

    4下载:
  2. 一个可执行的HMM语音识别程序例程,实现了对10个数字音的识别程序,包含了HMM语音识别中的分段,MFCC特征提取,Baum-Welch训练,及Viterbi等算法,通过此例程可以很好的理解HMM的算法原理-An executable HMM-based 10 digits speech recogntion program example. this code zip file includes segmentation, MFCC feature extraction, Baum-Welc
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-09
    • 文件大小:1179335
    • 提供者:wh
  1. cdhmm

    0下载:
  2. 连续隐马尔可夫识别程序。 包含的模块,可以比较完整地进行语言识别。 主要模块: Test.m Train.m viterbi.m baum.m pdf.m recog.m mixture.m mfcc.m -speech recognize using HMM include 11 matlab fuction: Test.m Train.m viterbi.m baum.m pdf.m recog.m mixture.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:537115
    • 提供者:JF
  1. viterbi

    0下载:
  2. 该程序实现的功能:给定HMM和观察序列,求最可能的状态。-The program realization of functions: for a given HMM and observation sequence, find the best possible condition.
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1137
    • 提供者:
  1. viterbi

    0下载:
  2. 实现hmm基本算法。此代码实现基本的viterbi算法。有学习功能-The matlab code implements Viterbi algorith to realize HMM s learning.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1175
    • 提供者:孙先生
  1. viterbi

    0下载:
  2. 用C++实现HMM 的维特比算法,主要是用于参数B的初值选取以及找到隐藏序列-HMM with a C++ implementation of the Viterbi algorithm, mainly used for selecting the initial value of parameters B and find the hidden sequence
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:1120
    • 提供者:Ming Zhao
  1. my_viterbi

    0下载:
  2. Viterbi算法及其实现,C++可发的,HMM的初学者特别适用。-It very useful for V++ learner.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:1520946
    • 提供者:华却才让
  1. hmm

    0下载:
  2. 此代码包含了HMM的backward算法,viterbi算法以及,前后向算法-This code includes backward,vitibi and Baum-Welch algorithm of HMM.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-30
    • 文件大小:174772
    • 提供者:muyi
  1. dtkirsch-hmm-v0.2.0-0-g7feffa1

    0下载:
  2. 这是一个Ruby机器学习项目中本地实现广义隐马尔可夫模型的分类。目前,它能够监督学习和Viterbi解码。-This project is a Ruby gem ( hmm ) for machine learning that natively implements a (somewhat) generalized Hidden Markov Model classifier. At present, it is capable of supervised learning (using la
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:8804
    • 提供者:wangbo
  1. hmm-ViterbiPalgorithm

    0下载:
  2. 介绍了HMM模型几种算法中的一种Viterbi Algorithm,并给出了其实现程序-HMM model introduced several algorithms in an Viterbi Algorithm, and gives its realization procedure
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-29
    • 文件大小:53744
    • 提供者:袁军
  1. viterbi

    0下载:
  2. Viterbi算法,功能是实现了如下:给定HMM和观察序列,求最可能的状态。-The Viterbi algorithm, the function is as follows: Given HMM and observation sequences, find the most likely state.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-10
    • 文件大小:6899
    • 提供者:zhang
  1. HMM

    0下载:
  2. 隐马尔科夫模型相关算法,包括前向算法、后向算法,维特比算法等-Hidden markov model algorithm, including the forward algorithm and backward algorithm and viterbi algorithm, etc
  3. 所属分类:Other systems

    • 发布日期:2017-11-08
    • 文件大小:2957212
    • 提供者:ex786
  1. Viterbi

    0下载:
  2. 实现hmm模型当中的维特比算法,用c语言实现-Hmm model which the Viterbi algorithm, using c language
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-05
    • 文件大小:7239
    • 提供者:zhou
  1. HMM_viterbi

    0下载:
  2. hmm 维特比算法程序,很简单,但是非常适合初学者阅读和理解-hmm Viterbi algorithm, is very simple, but very suitable for beginners to read and understand
  3. 所属分类:OpenCV

    • 发布日期:2017-12-04
    • 文件大小:308979
    • 提供者:李霞
  1. Viterbi

    0下载:
  2. 是用于解决基于HMM的人脸识别算法中解码问题的viterbi算法,在VS2010上运行成功,对加深对 viterbi算法的理解有一定的帮助-For HMM-based face recognition problem viterbi decoding algorithm runs in VS2010 success viterbi algorithm for deepening the understanding of some help
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-14
    • 文件大小:3263670
    • 提供者:王国盛
  1. viterbi-algorithm

    0下载:
  2. 用Viterbi算法来解码隐马尔科夫模型(HMM)的状态变量。其中,mainfile_Vit.m是主函数,Viterbi_algorithm.m是调用的Viterbi算法函数。-Viterbi algorithm for decoding the hidden states of the Hidden Markov Model(HMM). In this folder, "mainfile_Vit.m" file is the main function, and "Viterbi_algori
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1630
    • 提供者:大习
  1. viterbi

    0下载:
  2. 语音识别HMM算法中的解码功能的程序,其中是根据观测序列和已知模型去求状态序列-Speech recognition HMM algorithm decoding process, which is to seek observer status in accordance with the sequence and the known sequence of the model
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:643
    • 提供者:张宇
  1. viterbi

    0下载:
  2. 隐马尔可夫模型算法程序中的viterbi算法,一般用来调用-HMM algorithm program viterbi algorithm, generally used to call
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:703
    • 提供者:贺贤
  1. activity-recognition--based-on-hmm

    0下载:
  2. 一种HMM可以呈现为最简单的动态贝叶斯网络。隐马尔可夫模型背后的数学是由LEBaum和他的同事开发的。它与早期由RuslanL.Stratonovich提出的最优非线性滤波问题息息相关,他是第一个提出前后过程这个概念的。 在简单的马尔可夫模型(如马尔可夫链),所述状态是直接可见的观察者,因此状态转移概率是唯一的参数。在隐马尔可夫模型中,状态是不直接可见的,但输出依赖于该状态下,是可见的。每个状态通过可能的输出记号有了可能的概率分布。因此,通过一个HMM产生标记序列提供了有关状态的一些序
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:38343
    • 提供者:guolei
  1. Viterbi-argolrithm

    0下载:
  2. HMM模型里Viterbi argolrithm的实现-Viterbi argolrithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-24
    • 文件大小:7601505
    • 提供者:盛坤
« 1 23 4 »
搜珍网 www.dssz.com